Skip to content

Remove dependencies on Boost.StaticAssert#340

Merged
pdimov merged 1 commit intoboostorg:developfrom
Lastique:feature/remove_static_assert
Apr 25, 2026
Merged

Remove dependencies on Boost.StaticAssert#340
pdimov merged 1 commit intoboostorg:developfrom
Lastique:feature/remove_static_assert

Conversation

@Lastique
Copy link
Copy Markdown
Member

Boost.StaticAssert has been merged into Boost.Config, so remove the dependency.

Boost.StaticAssert has been merged into Boost.Config, so remove
the dependency.
@pdimov
Copy link
Copy Markdown
Member

pdimov commented Apr 25, 2026

I'm going to merge this because it's necessary. Without it, we get errors like

error: Unable to find file or target named
error:     '/boost/static_assert//boost_static_assert'
error: referred to from project at
error:     '/D:/a/boost_install/boost-root/libs/serialization/build'
error: could not resolve project reference '/boost/static_assert'

because boost/static_assert.hpp has been moved to Config, so its inclusion no longer introduces a dependency on StaticAssert and doesn't cause it to be installed.

@pdimov pdimov merged commit 097a6c6 into boostorg:develop Apr 25, 2026
15 of 39 checks passed
@Lastique Lastique deleted the feature/remove_static_assert branch April 25, 2026 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants